home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / mcrbbs11.lha / MicroBBS1.1 / MicroBBS.cfg < prev    next >
Text File  |  1996-02-14  |  7KB  |  231 lines

  1. ( Log           "BBS:MicroBBS_%Node.log" )
  2. ( StartCommand  "Logon.bat" )
  3. ( Prompt        "AE%H:%M:%S> " )
  4.  
  5. ( Console
  6.     ( Font       "IBM.font" )
  7.     ( FontSize   8 )
  8.  
  9.     ( PubScreen "MicroBBS" )
  10.     ( Left   440 )
  11.     ( Top    500 )
  12.     ( Width  800 )
  13.     ( Height 500 )
  14. )
  15. ( Screen
  16.     ( Width  800 )
  17.     ( Height 600 )
  18.     ( Depth  8 )
  19.     ( Mode   "PICASSO:  8Bit  800 *  600" )
  20.  
  21.     ( Name "MicroBBS" )
  22. )
  23.  
  24. ( Chatter
  25.     ( SerialColor   33 )
  26.     ( ConsoleColor  32 )
  27. )
  28.  
  29. ( Texts
  30.     ( Chatter.End.txt           "BBS:Texte/Chatter.End.txt" )
  31.     ( Chatter.Start.txt         "BBS:Texte/Chatter.Start.txt" )
  32.  
  33.     ( SecurityViolation.txt     "BBS:Texte/SecurityViolation.txt" )
  34.     ( SystemError.txt           "BBS:Texte/SystemError.txt" )
  35.     ( NewUser.txt               "BBS:Texte/NewUser.txt" )
  36.  
  37.     ( Logon.Rules.txt           "BBS:Texte/Rules.txt" )
  38.     ( Logon.Intro.txt           "BBS:Texte/Intro.txt" )
  39.     ( Logon.Logon.txt           "BBS:Texte/Login.txt" )
  40.     ( Logon.News.txt            "BBS:Texte/News.txt" )
  41.     ( Logoff.GoodBye.txt        "BBS:Texte/GoodBye.txt" )
  42.     ( Menu.Transfer.txt         "BBS:Texte/Menu.Files.txt" )
  43.     ( Menu.Games.txt            "BBS:Texte/Menu.Games.txt" )
  44.     ( Menu.Main.txt             "BBS:Texte/Menu.Main.txt" )
  45.     ( Menu.Message.txt          "BBS:Texte/Menu.Message.txt" )
  46.     ( Menu.Prefs.txt            "BBS:Texte/Menu.Prefs.txt" )
  47.     ( Menu.Stats.txt            "BBS:Texte/Menu.Stats.txt" )
  48.     ( Message.End.txt           "BBS:Texte/Message.End.txt" )
  49.     ( Message.Start.txt         "BBS:Texte/Message.Start.txt" )
  50.     ( Message.SendTo.txt        "BBS:Texte/Message.SendTo.txt" )
  51.     ( Message.User.txt          "BBS:Messages/%User" )
  52.     ( Prefs.Lines.txt           "BBS:Texte/Prefs.Lines.txt" )
  53.     ( Stats.History.txt         "BBS:Texte/Stats.History.txt" )
  54.     ( Stats.LastUsers.txt       "BBS:Texte/Stats.LastUsers.txt" )
  55.     ( Stats.SystemInfo.txt      "BBS:Texte/Stats.SystemInfo.txt" )
  56.     ( Stats.Userlist.txt        "BBS:Texte/Stats.Userlist.txt" )
  57.     ( Transfer.SearchFiles.txt  "BBS:Texte/SearchFiles.txt" )
  58.     ( Transfer.Download.txt     "BBS:Texte/Transfer.Download.txt" )
  59.     ( Transfer.Upload.txt       "BBS:Texte/Transfer.Upload.txt" )
  60. )
  61. ( Configs
  62.     ( BBS:MicroBBS.cfg.lager )
  63.     ( BBS:MicroBBS.cfg.cd0 )
  64. )
  65. ( Externals
  66.     ( AfterSession.ext          "BBS:Commands/Aftersession" )
  67.     ( AddLastUser.ext           "BBS:Commands/AddLastUser "%User" %Node %Connect" )
  68.     ( GenUserList.ext           "BBS:Commands/GenUserList" )
  69.     ( SayLogon.ext              "C:Run RexxC:RX 'Address PLAY SAY "-v28 Logon: %User !"" )
  70.     ( SetWho.ext                "C:Echo "   %Node    %User ist online." TO T:Who.%Node" )
  71. )
  72. ( Spawns
  73.     ( ShowLogonStats.spw        "BBS:Commands/ShowLoginStats %Calls %Files %AllCalls %AllFiles" )
  74.  
  75.     ( NuclearWar.spw            "BBS:Doors/StartNuclearWar "%User"" )
  76.     ( SpaceEmpire.spw           "BBS:Doors/StartSpaceEmpire "%User"" )
  77.  
  78.     ( CheckMessages.spw         "BBS:Commands/CheckMessages "%User"" )
  79.     ( ReadMessages.spw          "BBS:Commands/ReadMessages "%User"" )
  80.     ( WriteMessage.spw          "BBS:Commands/WriteMessage %Node "%User"" )
  81.     ( SearchFiles.spw           "BBS:Commands/SearchFiles %Node" )
  82.     ( SearchFullNames.spw       "BBS:Commands/SearchFullNames %Node "%User"" )
  83. )
  84. ( Batches
  85.     ( Logon.bat
  86.         ( Logon.Intro.txt )
  87.         ( WaitReturn.bat )
  88.         ( Logon.Rules.txt )
  89.         ( WaitReturn.bat )
  90.         ( Logon.Logon.txt )
  91.         ( Logon )
  92.         ( SayLogon.ext )
  93.         ( SetWho.ext )
  94.         ( ShowLogonStats.spw )
  95.         ( CheckMessages.spw )
  96.         ( AddLastUser.ext )
  97.         ( WaitReturn.bat )
  98.         ( Logon.News.txt )
  99.         ( WaitReturn.bat )
  100.         ( Stats.LastUsers.bat )
  101.         ( Stats.Who.bat )
  102.         ( Main.menu )
  103.     )
  104.     ( Logoff.bat
  105.         ( Logoff.Goodbye.txt )
  106.         ( AfterSession.ext )
  107.         ( Logoff )
  108.     )
  109.     ( Stats.LastUsers.bat
  110.         ( Stats.LastUsers.txt )
  111.         ( WaitReturn.bat )
  112.     )
  113.     ( Message.Write.bat
  114.         ( Echo "H" )
  115.         ( Message.SendTo.txt )
  116.         ( GetLine "ENV:MSGTO%Node" )
  117.         ( Message.Start.txt )
  118.         ( WriteMessage.spw )
  119.         ( Message.End.txt )
  120.         ( WaitReturn.bat )
  121.     )
  122.     ( Message.Read.bat
  123.         ( Echo "H" )
  124.         ( Message.User.txt )
  125.         ( ReadMessages.spw )
  126.         ( WaitReturn.bat )
  127.     )
  128.     ( Stats.Who.bat
  129.         ( BBS:Texte/Stats.Who.txt )
  130.         ( T:Who.0 )
  131.         ( T:Who.1 )
  132.         ( T:Who.2 )
  133.         ( T:Who.3 )
  134.         ( WaitReturn.bat )
  135.     )
  136.     ( Stats.Userlist.bat
  137.         ( GenUserList.ext )
  138.         ( Stats.Userlist.txt )
  139.         ( WaitReturn.bat )
  140.     )
  141.     ( Transfer.Download.bat
  142.         ( Transfer.Download.txt )
  143.         ( GetLines "T:FileList.%Node" )
  144.         ( SearchFullNames.spw )
  145.         ( BatchDownload "T:FullFileList.%Node" )
  146.     )
  147.     ( Transfer.Upload.bat
  148.         ( Transfer.Upload.txt )
  149.         ( Upload )
  150.     )
  151.     ( Transfer.Searchfiles.bat
  152.         ( Transfer.SearchFiles.txt )
  153.         ( GetLines "T:FileList.%Node" )
  154.         ( SearchFiles.spw )
  155.         ( WaitReturn.bat )
  156.     )
  157.     ( WaitReturn.bat
  158.         ( Echo "ECReturn >" )
  159.         ( WaitReturn )
  160.     )
  161. )
  162. ( Menus
  163.     ( Main.menu
  164.         ( Before Menu.Main.txt )
  165.         ( After Menu.Main.txt )
  166.         ( Options
  167.             ( C Chat )
  168.             ( F Transfer.menu )
  169.             ( G Games.menu )
  170.             ( N Message.menu )
  171.             ( P Prefs.menu )
  172.             ( S Statistiken.menu )
  173.             ( ! Logoff.bat )
  174.             ( R Logon.bat )
  175.             ( - )
  176.         )
  177.     )
  178.     ( Transfer.menu
  179.         ( Before Menu.Transfer.txt )
  180.         ( After Menu.Transfer.txt )
  181.         ( Options
  182.             ( D Transfer.Download.bat )
  183.             ( U Transfer.Upload.bat )
  184.             ( S Transfer.SearchFiles.bat )
  185.             ( 0 BBS:Lager/.menu )
  186.             ( 1 CD0:.menu )
  187.         )
  188.     )
  189.     ( Games.menu
  190.         ( Before Menu.Games.txt )
  191.         ( After Menu.Games.txt )
  192.         ( Options
  193.             ( N NuclearWar.spw )
  194.             ( E SpaceEmpire.spw )
  195.         )
  196.     )
  197.     ( Message.menu
  198.         ( Before Menu.Message.txt )
  199.         ( After Menu.Message.txt )
  200.         ( Options
  201.             ( S Message.Write.bat )
  202.             ( L Message.Read.bat )
  203.             ( U Stats.Userlist.bat )
  204.         )
  205.     )
  206.     ( Prefs.menu
  207.         ( Before Menu.Prefs.txt )
  208.         ( After Menu.Prefs.txt )
  209.         ( Options
  210.             ( Z
  211.                 ( Prefs.Lines.txt )
  212.                 ( ChangeMaxLines )
  213.             )
  214.             ( P ChangePassword )
  215.         )
  216.     )
  217.     ( Statistiken.menu
  218.         ( Before Menu.Stats.txt )
  219.         ( After Menu.Stats.txt )
  220.         ( Options
  221.             ( I
  222.                 ( Stats.SystemInfo.txt )
  223.                 ( WaitReturn.bat )
  224.             )
  225.             ( U Stats.Userlist.bat )
  226.             ( L Stats.LastUsers.bat )
  227.             ( W Stats.Who.bat )
  228.         )
  229.     )
  230. )
  231.